object fManageStylesDlg: TfManageStylesDlg Left = 390 Top = 281 BorderStyle = bsDialog Caption = 'fManageStylesDlg' ClientHeight = 358 ClientWidth = 327 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlBottom: TBevel Left = 0 Top = 308 Width = 327 Height = 50 Align = alBottom Shape = bsTopLine end object lstStyles: TListBox Left = 8 Top = 8 Width = 209 Height = 289 ItemHeight = 13 TabOrder = 0 OnClick = lstStylesClick end object btnRemove: TButton Left = 224 Top = 8 Width = 89 Height = 25 Caption = 'btnRemove' Enabled = False TabOrder = 1 OnClick = btnRemoveClick end object btnClose: TButton Left = 240 Top = 321 Width = 75 Height = 25 Cancel = True Caption = 'btnClose' Default = True ModalResult = 1 TabOrder = 3 end object btnRestoreDefaultStyles: TButton Left = 8 Top = 320 Width = 209 Height = 25 Caption = 'btnRestoreDefaultStyles' TabOrder = 2 OnClick = btnRestoreDefaultStylesClick end end